[TOOLS] ppc64 is not a LIB_64_ARCH
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 2 Aug 2006 08:16:26 +0000 (09:16 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 2 Aug 2006 08:16:26 +0000 (09:16 +0100)
Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
tools/python/xen/util/auxbin.py

index ba8aba182a6d2e913e5a23ae88a6c031abf83db0..50450773ddf14788187c64a49330d5a6842ee42c 100644 (file)
@@ -21,8 +21,8 @@ LIB_64 = "/usr/lib64"
 LIB_BIN_SUFFIX = "xen/bin"
 
 ## The architectures on which the LIB_64 directory is used.  This
-# deliberately excludes ia64.
-LIB_64_ARCHS = [ 'x86_64', 'ppc64', 's390x', 'sparc64']
+# deliberately excludes ia64 and ppc64.
+LIB_64_ARCHS = [ 'x86_64', 's390x', 'sparc64']
 
 
 import os